home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr38 / drmstk10.zip / SYSOP.DOC < prev    next >
Text File  |  1995-03-01  |  7KB  |  189 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                DreamSTAKES v1.0
  10.                        Copyright (c)1994-95 Andy Stewart
  11.  
  12.  
  13.  
  14.                       ALWAYS READ the file WHATS.NEW !!!!!!
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                       COPYRIGHT AND REGISTRATION NOTICE
  23.                       ---------------------------------
  24.  
  25.      Stakes is a copyrighted program being distributed under the
  26.      shareware concept.  The only 'difference' between DreamWARE doors
  27.      and shareware is:  Registration is still required, but the trial
  28.      period for the door is virtually indefinate.  You may test the door
  29.      online for as long as you like, and register it when you are sure
  30.      you want it to remain online, and when you can afford to register.
  31.      (I know how running a BBS can get to be a burden on your finances.)
  32.      This policy is retroactive to ALL DreamWARE doors and utilities, the
  33.      only exception being the doorkit I will be releasing at a later
  34.      date (for the moment called DreamDOOR).  This kit will have the
  35.      normal set evaluation period for obvious reasons.  At any rate, try
  36.      the door until you are absolutely sure you wish the door to remain
  37.      online and can afford to register it, then, at that moment you are
  38.      required to register the door! <g>   Enjoy!
  39.  
  40.      As a shareware program, Stakes may be freely distributed through a
  41.      BBS.  Shareware distributors may distribute copies of Stakes on disk
  42.      for a modest disk duplication charge not to exceed $4 per disk.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                                     WARRANTY
  49.                                     --------
  50.  
  51.      Stakes is distributed without warranty.  In no event will Andy
  52.      Stewart or DreamWARE Communications be liable to you for damages,
  53.      including any loss of profits, lost savings, or other incidental or
  54.      consequential damages arising out of your use of or inability to use the
  55.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  56.      representative has been advised of the possibility of such damages.
  57.      Andy Stewart and DreamWARE Communications will not be liable for any
  58.      such claim by any other party.
  59.  
  60.  
  61.  
  62.                                   INTRODUCTION
  63.                                   ------------
  64.  
  65.           Stakes has the following built-in features ...
  66.  
  67.           Assembly language serial input/output routines for maximum
  68.           speed.
  69.  
  70.           Fully supports high  speed modems: 16550 FIFO buffering and
  71.           locked serial ports.
  72.  
  73.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  74.           loaded in memory.
  75.  
  76.           Supports all of the most popular door data file formats:
  77.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  78.  
  79.  
  80.  
  81.  
  82.                              RUNNING DreamSTAKES
  83.                               -----------------
  84.      Stakes is run by entering a command similar to the following:
  85.  
  86.      stakes stakes.cfg
  87.  
  88.      In the above command line, "stakes" is the name of your door's EXE file
  89.      and the "stakes.cfg" parameter is the name of the door's configuration
  90.      file.  The configuration file can have any name the sysop chooses, but
  91.      it must reside in the same directory as the door.  The configuration
  92.      file is an ASCII text file with the following format:
  93.  
  94.      Line 1:   Door data file type.
  95.      Line 2:   Path to the door data file(s).
  96.      Line 3:   BBS name.
  97.      Line 4:   Sysop's name.
  98.      Line 5:   Locked baud rate.
  99.  
  100.      As illustrated above, the door's data file type is specified in line 1
  101.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS, WildCat! v3.x-4.x),
  102.      SF for Spitfire, RBBS for RBBS, WC for WildCat! v2.x, TRIBBS for TriBBS,
  103.      or WWIV for WWIV/VBBS.  The locked baud rate is specified in line 5. If
  104.      the sysop doesn't lock his serial port, he must specify 0 for the locked
  105.      baud rate.
  106.  
  107.      NOTE: Although many door formats do pass the locked baud rate in the
  108.      door data files, some older formats such as RBBS do not.  For
  109.      conformity, it is required that you specify the locked baud rate in
  110.      line 5 and ignores any value passed in the door data files.
  111.  
  112.      The following is a sample door configuration file:
  113.  
  114.      GAP
  115.      C:\WC\WCWORK\NODE1\
  116.      DreamNET
  117.      Andy Stewart
  118.      57600
  119.  
  120.      A file called SETUP.EXE is included to aid with writing this config.
  121.      file.  Run it, answer the questions, and let the program do the rest.
  122.  
  123.                 THIS MUST BE RUN BEFORE RUNNING DreamSTAKES!
  124.  
  125.  
  126.      Stakes can be run locally without a door data file (handy for the
  127.      sysop to use the door without logging on to the BBS) by specifying
  128.      /L after the configuration file parameter in the DOS command line.
  129.      Stakes will request the user to enter his name before running the
  130.      door.
  131.  
  132.      Nonstandard IRQs can be used with Stakes by specifying the IRQ
  133.      number after the  "config" parameter in the command line used to run
  134.      the door as follows:
  135.  
  136.      door config irq
  137.  
  138.  
  139.  
  140.                                   SPECIAL KEYS
  141.                                   ------------
  142.  
  143.      While a door is running, the sysop can press certain special keys to
  144.      perform a variety of functions.    The following is a list of the
  145.      functions that the Stakes special keys perform:
  146.  
  147.  
  148.      Key(s)              Function
  149.  
  150.      HOME                Toggles between the user status window and a help
  151.                          display that lists the special keys.
  152.  
  153.      F6                  Takes 5 minutes away from the caller.
  154.                          NOTE:  This will NOT be returned to BBS.
  155.  
  156.      F7                  Gives 5 minutes to the caller.
  157.                          NOTE:  This will NOT be returned to the BBS.
  158.  
  159.      F9                  Quit the door and return the caller to the BBS.
  160.  
  161.      F10                 Enter chat mode.  Pressing the ESC key exits the
  162.                          chat mode.
  163.  
  164.      Alt+D               Drop to DOS.
  165.  
  166.  
  167.  
  168.  
  169.                                     SUPPORT
  170.                                     -------
  171.  
  172.                     Refer to DISTRIB.TXT for support sites.
  173.  
  174.  
  175.  
  176.                                   REGISTRATION
  177.                                   ------------
  178.  
  179.      Registration of Stakes is only $10.00.  Please use the form in the
  180.      file ORDER.FRM.   When you register Stakes, you will receive a
  181.      keyfile to turn your copy of Stakes into a registered version.  More
  182.      information on this is in ORDER.FRM.
  183.  
  184.  
  185.  
  186.                       Thank you for using DreamSTAKES
  187.                       -------------------------------
  188.  
  189.